GET /Session/IsValid/

Gets a value indicating whether the session with the specified ID is valid.
 

Request

Method Request URI
GET /API/Session/IsValid/?overrideId=value&sessionId=value

URI Parameters

URI Parameter Description
overrideId An explicit session ID to check. Optional. If not specified, this method will check the session ID given via the Dundas.BI.AccountServices.AccountServicesConstants.WebAppSessionIdCookieName cookie, or via the standard parameter.
sessionId The ID of the session to check.

Request Body

There is no Request Body for this function.

Response

Response Body

A Boolean value indicating whether the session is valid; or a status code indicating the reason for failure.